home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / djgpp / readme.wm < prev    next >
Text File  |  1994-07-11  |  3KB  |  64 lines

  1.  +---------------------------------------------------------------------------+
  2.  |  wm-FPU-emu   an FPU emulator for 80386 and 80486SX microprocessors.      |
  3.  |                                                                           |
  4.  | Copyright (C) 1992,1993,1994                                              |
  5.  |                       W. Metzenthen, 22 Parker St, Ormond, Vic 3163,      |
  6.  |                       Australia.  E-mail   billm@vaxc.cc.monash.edu.au    |
  7.  |                                                                           |
  8.  |    This program is free software; you can redistribute it and/or modify   |
  9.  |    it under the terms of the GNU General Public License version 2 as      |
  10.  |    published by the Free Software Foundation.                             |
  11.  |                                                                           |
  12.  |    This program is distributed in the hope that it will be useful,        |
  13.  |    but WITHOUT ANY WARRANTY; without even the implied warranty of         |
  14.  |    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the          |
  15.  |    GNU General Public License for more details.                           |
  16.  |                                                                           |
  17.  |    You should have received a copy of the GNU General Public License      |
  18.  |    along with this program; if not, write to the Free Software            |
  19.  |    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.              |
  20.  |                                                                           |
  21.  +---------------------------------------------------------------------------+
  22.  
  23. This emulator, which I call wm-FPU-emu, is in fact a slightly modified
  24. wm-FPU-emu which I wrote for the Linux operating system. That emulator
  25. is based upon an older emulator which I wrote for use with djgpp.
  26.  
  27. Released versions:
  28. for djgpp 1.11           wm-FPU-emu version Beta 1.11d   April 1994
  29. for djgpp 1.11 maint5    wm-FPU-emu version Beta 1.11d2  July 1994
  30.  
  31. If you merely want to use the FPU emulator, move the file emu387 to
  32. where go32 expects to find it. See the djgpp documentation for more
  33. detail on installing and using emu387.
  34.  
  35. If you want to look at the source for the emulator, you will find it
  36. in the file wmfpu112.tgz which is a gzip-compressed tar archive. Use
  37. gunzip and tar to extract the files.
  38.  
  39. If you wish to compile the emulator, you should be aware that the
  40. emulator source is set up for compiling on the Linux operating system.
  41. It is conceivable that it will compile with few problems on other
  42. operating systems such as OS/2 or even ms-dos. For Linux, I suggest
  43. moving wmfpu112.tgz to the root directory and then:
  44.         cd /; tar xpvfz /wmfpu112.tgz '*/wm-FPU-emu/*'
  45. which assumes that you already have the Linux kernel sources installed,
  46. otherwise simply do:
  47.         cd /; tar xpvfz /wmfpu112.tgz
  48. then:
  49.         cd /usr/src/djgpp/wm-FPU-emu
  50. and read the README.
  51.  
  52. A copy of the GNU General Public License may be found in wmfpu112.tgz
  53. as the file
  54.         ./usr/src/djgpp/wm-FPU-emu/COPYING.
  55.  
  56. A discussion of the performance and limitations of the emulator can
  57. be found in wmfpu112.tgz in the file
  58.         ./usr/src/linux/drivers/FPU-emu/README.
  59.  
  60.  
  61. Bill Metzenthen
  62. 11th July 1994
  63.  
  64.